home *** CD-ROM | disk | FTP | other *** search
- object frmSearchDlg: TfrmSearchDlg
- Left = 471
- Top = 278
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Find'
- ClientHeight = 103
- ClientWidth = 376
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- DesignSize = (
- 376
- 103)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TTntLabel
- Left = 8
- Top = 16
- Width = 56
- Height = 13
- Caption = '&Text to find:'
- Transparent = True
- end
- object Matchcase: TtntAutoSizeCheckBox
- Left = 18
- Top = 42
- Width = 76
- Height = 17
- Caption = '&Match case'
- TabOrder = 1
- end
- object Wholewords: TtntAutoSizeCheckBox
- Left = 18
- Top = 59
- Width = 82
- Height = 17
- Caption = '&Whole words'
- TabOrder = 2
- end
- object Findtext: TTntComboBox
- Left = 80
- Top = 8
- Width = 289
- Height = 23
- DropDownCount = 12
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial Unicode MS'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 0
- end
- object Backward: TtntAutoSizeCheckBox
- Left = 18
- Top = 76
- Width = 103
- Height = 17
- Caption = '&Backward search'
- TabOrder = 3
- end
- object Button1: TMMTNTBItBtn
- Left = 213
- Top = 75
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button1Click
- end
- object CloseBtn: TMMTNTBItBtn
- Left = 291
- Top = 75
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 5
- end
- end
-